Dietmar noticed that one of these was incorrect, but in actual fact they are
not even used. They are defined as nops in Xen for the benefit of code
imported to Linux which ARM's smpboot.c is not.
Just get rid of them.
Reported-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
#include <asm/gic.h>
cpumask_t cpu_online_map;
-EXPORT_SYMBOL(cpu_online_map);
cpumask_t cpu_present_map;
-EXPORT_SYMBOL(cpu_online_map);
cpumask_t cpu_possible_map;
-EXPORT_SYMBOL(cpu_possible_map);
struct cpuinfo_arm cpu_data[NR_CPUS];